home *** CD-ROM | disk | FTP | other *** search
/ Know Your Hockey - The Greatest Player Resource / Know Your Hockey: The Greatest Player Resource.iso / hockey / director / ktgcst.cst / 00085_Script_ShowHide < prev    next >
Text File  |  1998-09-28  |  598b  |  24 lines

  1. global gButtonstate
  2. on mouseDown
  3.   set the mousedownscript = "dontpassevent"
  4.   resetbanner
  5.   losepop(window "pop")
  6.   set myb = the clickon
  7.   set myb1 = myb-20
  8.   if the blend of sprite myb1 <> 100 then
  9.     threestateball
  10.     resetballs
  11.   else
  12.     puppetsound 0
  13.     resetballs
  14.     setat(gbuttonstate,myb,0)
  15.     setat(gbuttonstate,myb1,0)
  16.     set the membernum of sprite myb = the membernum of sprite myb-1
  17.     set the membernum of sprite myb1 = the membernum of sprite myb1-1
  18.     set the blend of sprite myb1 = 0
  19.     updatestage
  20.   end if
  21.   set the mousedownscript = empty
  22. end
  23.  
  24.